POV-Ray : Newsgroups : povray.binaries.images : Tiling around torus macro : Tiling around torus macro Server Time
7 Aug 2024 15:13:45 EDT (-0400)
  Tiling around torus macro  
From: B  Gimeno
Date: 22 Jan 2006 16:12:34
Message: <43d3f542@news.povray.org>
usage
   toro_rings_038 (
                  major radius,
                  minor radius,
                  number of tiles around major radius,
                  number of tiles around minor radius,
                  wire thickness,
                  choose a tile pattern (actually 18),
                  torus pigment
                  )

macro posted on p.b.s-f
--
light_source{0,1}#macro C(r,p)cylinder{x*-2,x*2,.9 pigment { rgb
p} /* B Gimeno estoeslarealidad */ rotate p*90 } #end difference
{box {-1,1} C(z /* http://usuarios.lycos.es/game2413 */,x)C(x,y)
C(z,z) pigment{rgb 2} rotate 45 translate z*4} // www.povray.org


Post a reply to this message


Attachments:
Download 'toros038.jpg' (139 KB)

Preview of image 'toros038.jpg'
toros038.jpg


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.